@font-face {
    font-family: 思源黑体;
    /*这里是说明调用来的字体名字*/
    /* src: url(../font/SourceHanSansCN-Normal.ttf); */
    /* src: url(../font/NotoSansCJK-DemiLight-4.otf); */
    /*这里是字体文件路径*/
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    /* font-family: STHeitiSC-Light; */
    font-family: "思源黑体", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.yzm-img img {
    width: 100px;
    height: 42px;
}


/* 头部样式 */

#test1 {
    max-width: 100% !important;
    min-width: 1190px !important;
}

header {
    /* width: 100%; */
}

header>div:nth-child(1) {
    height: 120px;
}

.wrap {
    margin: 0 auto;
    position: relative;
    min-height: 80px;
}

.wrap>div {
    float: left;
}


/* .wrap>div:nth-child(1) {
    width: 30%;
}

.wrap>div:nth-child(2) {
    width: 70%;
} */


/* #logo {
    margin-top: 20px;
} */

#tellogin {
    position: absolute;
    right: 0;
    /* width: 300px; */
    height: 50px;
    font-size: 12px;
    text-align: right;
}

#tellogin img {
    margin-top: -5px;
    margin-left: 37px;
}

#tellogin a:hover {
    color: #347aea;
}

#tellogin>div {
    display: inline-block;
    margin-top: 30px;
}

#nav {
    position: absolute;
    top: 60px;
    right: 0;
}

#nav .layui-nav{
    padding: 0;
}

.tel {
    color: #347aea;
    margin-right: 30px;
}

.tel span {
    font-size: 18px;
    font-weight: bolder;
}

.login a {
    color: #515151;
}

.layui-nav * {
    font-size: 16px;
}

.layui-nav {
    background-color: white;
    padding-right: 0;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #347aea!important;
}

.layui-nav .layui-nav-item a {
    color: #333;
    padding: 0;
}

#nav .layui-nav .layui-nav-item {
    /* margin-left: 30px; */
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: #347aea;
    height: 3px;
}

.layui-nav {
    text-align: right;
}

#banner {
    width: 100%;
    /* min-height: 500px; */
}

.banner-img {
    min-height: 360px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#banner img:nth-child(1) {
    width: 100%;
    position: absolute;
    width: 1920px;
    height: 360px;
    left: 50%;
    margin-left: -960px;
    /* height: 100%; */
}

.layui-carousel-arrow:hover,
.layui-carousel-ind ul:hover {
    background: transparent;
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.layui-carousel-ind li {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    margin: 0 6px;
}

.layui-carousel-ind li.layui-this {
    /* background-color: #f99f5b; */
}

.layui-carousel-ind {
    top: -20px;
    z-index: 9990;
}


/* 服务导航 */

.serviceNav .layui-nav {
    background-color: transparent;
    height: 80px;
    padding: 0;
    text-align: center;
}

.serviceNav .layui-nav .layui-nav-item a {
    color: white;
    height: 100%;
    display: inline-block;
}

.serviceNav .layui-nav .layui-nav-item {
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}

#fpcybtn {
    margin-right: 100px;
}

.serviceNav .layui-nav .layui-this:after,
.serviceNav .layui-nav-bar,
.serviceNav .layui-nav-tree .layui-nav-itemed:after {
    background-color: white;
    height: 3px;
}

.serviceNav_left_title {
    padding-top: 20px;
    box-sizing: border-box;
}

section {
    width: 100%;
}

.title {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
    color: #333;
}

.title>p:nth-child(1) {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3379ef;
}

.title_p {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #3379ef;
}

.cpzx-index-more {
    border: 1px solid #4373c0;
    width: 60px;
    height: 22px;
    line-height: 18px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
}

.container {
    width: 1200px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.serviceNav {
    display: flex;
}

.serviceNav>div {
    flex: 1;
    width: 46%;
    float: left;
}

#cyBtn {
    cursor: pointer;
}

#xzBtn {
    cursor: pointer;
}

.serviceNav>div:nth-child(1) {
    margin-right: 20px;
}

.serviceNav>div:nth-child(2) {
    float: right;
    margin-left: 20px;
}

.serviceNav>div>div:nth-child(1) {
    background: url(../img/cpdhbg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: 80px;
    color: white;
    font-size: 18px;
}

.serviceNav_topbg {
    background: url(../img/cpdhbg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: 80px;
    color: white;
    font-size: 18px;
}

.serviceNav_right>div:nth-child(1) {
    line-height: 80px;
}

.serviceNav_left span {
    color: white;
}

input::placeholder {
    color: #ccc;
}

.fapiaocy #dates .layui-laydate .layui-this {
    background-color: #347aea!important;
}

.chanpindh {
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.serviceNav .fapiaocy {
    padding: 18px 70px;
    /* padding-top: 45px; */
    border: 1px solid #e3e3e3;
    height: 367px;
    box-sizing: border-box;
}

.serviceNav .fapiaoxz {
    padding: 50px 70px;
    /* padding-top: 85px; */
    border: 1px solid #e3e3e3;
    height: 367px;
    box-sizing: border-box;
}

.serviceNav .layui-form-label {
    width: 25%;
    color: #333;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #347aea!important;
}

.serviceNav .layui-input,
.layui-textarea {
    width: 75%;
}

.layui-input,
.layui-select,
.layui-textarea {
    /* background: #f8f8f8; */
    background: #fff;
}

.serviceNav .layui-btn {
    background: #347aea;
    width: 120px;
}

.serviceNav .layui-btn:hover {
    opacity: 1;
    background: #285fbd;
}

.serviceNav .layui-btn-primary {
    color: white;
}

.layui-input-block {
    margin-left: 100px;
}

.fapiaocyBtn {
    /* margin-top: 40px; */
    padding-left: 38px;
}

.serviceNav_right>div:nth-child(2) {
    height: 365px;
}

.serviceNav_right>div:nth-child(2)>div {
    display: flex;
}

.serviceNav_right>div:nth-child(2)>div>a {
    display: block;
    flex: 1;
    text-align: center;
    height: 182px;
    width: 33%;
    float: left;
}

.serviceNav_right a {
    display: block;
    flex: 1;
    text-align: center;
    height: 182px;
    width: 33%;
    float: left;
    background: #fff;
}

.border-right {
    border-right: 1px solid #e3e3e3;
}

.border-bottom {
    border-bottom: 1px solid #e3e3e3;
}

.serviceNav_right_block>a:nth-child(1) {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.serviceNav_right_block>a:nth-child(2) {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.serviceNav_right_block>a:nth-child(3) {
    border-bottom: 1px solid #e3e3e3;
}

.serviceNav_right_block img {
    padding-top: 45px;
    padding-bottom: 15px;
    position: relative;
    width: 42px;
}

@-webkit-keyframes moveimg {
    0% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: (50%, 0);
    }
    25% {
        -webkit-transform: rotate(30deg);
        -webkit-transform-origin: (50%, 0);
    }
    50% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: (50%, 0);
    }
    75% {
        -webkit-transform: rotate(-30deg);
        -webkit-transform-origin: (50%, 0);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -webkit-transform-origin: (50%, 0);
    }
}

.serviceNav_right_block a:hover img {
    -webkit-animation-name: moveimg;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
}

.chanpindh a:hover {
    background: #f4f4f4;
}

.chanpindh a p {
    font-size: 16px;
    color: #333;
    padding-bottom: 5px;
}

.chanpindh a span {
    font-size: 14px;
    color: #999;
}

#downloadimg {
    margin-top: 9px;
}

#productnavigation>div {
    border-bottom: none;
}


/* 产品服务 */

.productservice {
    width: 1190px;
    display: flex;
    overflow: hidden;
    min-height: 630px;
}

.productservice>div,
.productservice_part1,
.productservice_part2,
.productservice_part3,
.productservice_part4 {
    flex: 1;
    text-align: center;
    width: 24%;
    float: left;
}

.productservice a p {
    color: white;
    line-height: 23px;
}

.mengban {
    width: 100%;
    height: 100%;
    background: rgba(54, 122, 232, .7);
    padding: 60px 0;
}

.mengban:hover {
    background: rgba(0, 41, 112, .7);
}

.mengban img {
    margin-right: 5px;
}

.mengban p:nth-child(2) {
    font-size: 18px;
}

.productservice_part1>div:nth-child(1),
.productservice_part1_div1 {
    background: url(../img/dkfpbg.png);
    background: url(../img/dkfpbg.png) no-repeat center;
    margin-right: 30px;
    margin-bottom: 40px;
}

.productservice_part1_div1 {
    background: url(../img/dkfpbg.png);
    background: url(../img/dkfpbg.png) no-repeat center;
    margin-right: 30px;
    margin-bottom: 40px;
}

.productservice_part1>div:nth-child(2),
.productservice_part1_div2 {
    background: url(../img/jxglbg.png) no-repeat center;
    margin-right: 30px;
    margin-top: 0px;
}

.productservice_part1_div2 {
    background: url(../img/jxglbg.png) no-repeat center;
    margin-right: 30px;
    margin-top: 0px;
}

.productservice_part2>div:nth-child(1) {
    background: url(../img/bkfpbg.png) no-repeat center;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.productservice_part2_div1 {
    background: url(../img/bkfpbg.png) no-repeat center;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 40px;
}

.productservice_part2>div:nth-child(2) {
    background: url(../img/xxglbg2.png) no-repeat center;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 20px;
}

.productservice_part2_div2 {
    background: url(../img/xxglbg2.png) no-repeat center;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 20px;
}

.productservice_part3>div:nth-child(1) {
    background: url(../img/dzfpbg.png) no-repeat center;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.productservice_part3_div1 {
    background: url(../img/dzfpbg.png) no-repeat center;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.productservice_part3>div:nth-child(2) {
    background: url(../img/cybxbg.png) no-repeat center;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
}

.productservice_part3_div2 {
    background: url(../img/cybxbg.png) no-repeat center;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
}

.productservice_part4>div:nth-child(1) {
    background: url(../img/kpbsbg.png) no-repeat center;
    margin-left: 30px;
    margin-bottom: 40px;
}

.productservice_part4_div1 {
    background: url(../img/kpbsbg.png) no-repeat center;
    margin-left: 30px;
    margin-bottom: 40px;
}

.productservice_part4>div:nth-child(2) {
    background: url(../img/fzbxbg.png) no-repeat center;
    margin-left: 30px;
    margin-top: 20px;
}

.productservice_part4_div2 {
    background: url(../img/fzbxbg.png) no-repeat center;
    margin-left: 30px;
    margin-top: 20px;
}

.productservice>div>div {
    background-size: cover;
    cursor: pointer;
}

@keyframes movebg {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 120%;
    }
}

@-webkit-keyframes movebg {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 120%;
    }
}

@-moz-keyframes movebg {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 120%;
    }
}

@-o-keyframes movebg {
    0% {
        background-size: 110%;
    }
    100% {
        background-size: 120%;
    }
}


/* 产品服务动画 */

.productservice>div>div:hover {
    /* -webkit-animation-name: movebg; */
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
}

.layui-btn-primary {
    border: none;
}

.layui-btn {
    border-radius: 0;
    cursor: pointer;
}

.dkfpicon {
    padding-top: 13px;
    padding-bottom: 27px;
    font-size: 20px;
}


/* 产品资讯 */

.littleNav {
    margin-top: 13px;
}

.littleNav a:hover {
    color: #347aea;
}

.chanpinzixun {
    display: flex;
    margin-bottom: 50px;
}

.chanpinzixun>div {
    flex: 1;
    width: 47%;
    float: left;
}

.chanpinzixun_left {
    margin-right: 30px;
}

.chanpinzixun_left:hover p {
    color: #347aea;
}

.chanpinzixun_left img {
    width: 100%;
}

.chanpinzixun_left>a>div:nth-child(2)>p:nth-child(1) {
    font-size: 17px;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 15px;
    margin-bottom: 8px;
}

.chanpinzixun_left>a>div:nth-child(2)>p:nth-child(2) {
    font-size: 12px;
}

.chanpinzixun_left>a>div:nth-child(2)>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 30px;
}

.content-tab-box {
    width: 100% !important;
}

.chanpinzixun_right {
    margin-left: 30px;
}

.newsBlock {
    display: flex;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
}

.newsdate {
    /* flex: 1;
    width: 100%; */
    width: 80px;
    height: 80px;
    text-align: center;
    background: #7697cb;
    color: white;
    margin-right: 20px;
    float: left;
}

.newsdate p {
    font-size: 25px;
    font-weight: bolder;
    margin-top: 15px;
}

.newsdetail {
    flex: 6;
    text-align: left;
    float: left;
    height: 91px;
    overflow: hidden;
    width: 80%;
}

.newsdetail:hover a {
    color: #347aea;
}

.newsdetail p:nth-child(1) {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    -webkit-line-clamp: 1;
}

.newsdetail p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newsdetail p:nth-child(2) a {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}


/* 浮窗 */

aside {
    width: 50px;
    position: fixed;
    right: 0;
    top: 450px;
}

aside>div {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    margin-right: 0;
    position: relative;
    margin-bottom: 3px;
}

aside>div:hover {
    background: #347aea;
    cursor: pointer;
}

aside>div img {
    position: absolute;
    margin-top: -12px;
    top: 50%;
    margin-left: -12px;
    left: 50%;
}


/* 底部 */

footer {
    width: 100%;
    background-color: #28292d;
    color: #666a6d;
    font-size: 12px;
}

.footer {
    width: 100%;
    background-color: #28292d;
    color: #666a6d;
    font-size: 12px;
}

footer a {
    color: #666a6d;
}

.footerWrap {
    width: 1190px;
    margin: 0 auto;
    padding: 30px 0;
}

.footerTop {
    display: flex;
    position: relative;
}

#footerlogo {
    margin-top: 21px;
}

.footerTop ul {
    margin-top: 20px;
}

.footerTop ul>li {
    float: left;
    margin-right: 10px;
}

.footerTop ul>li a:hover {
    color: #cccccc;
}

.footerTop>div:nth-child(1) {
    flex: 4;
    margin-top: 15px;
}

.footerTop>div:nth-child(2) {
    flex: 3;
    text-align: right;
    right: 600px;
    top: 10px
}

.footer_erweima {
    flex: 3;
    text-align: right;
    right: 500px;
    top: 10px
}

.footerTop>div:nth-child(2)>div {
    display: inline-block;
    margin-left: 35px;
    text-align: center;
}

.footerTop>div:nth-child(2)>div>a>div {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.footerTop>div:nth-child(2)>div:nth-child(1)>a>div {
    background: url(../img/ficon1.png) no-repeat;
    background-size: cover;
}

.footerTop>div:nth-child(2)>div:nth-child(1):hover div {
    background-image: url(../img/ficon11.png);
}

.footerTop>div:nth-child(2)>div:nth-child(2)>a>div {
    background: url(../img/ficon2.png) no-repeat;
    background-size: cover;
}

.footerTop>div:nth-child(2)>div:nth-child(2):hover div {
    background-image: url(../img/ficon22.png);
}

.footerTop>div:nth-child(2)>div:nth-child(3)>a>div {
    background: url(../img/ficon3.png) no-repeat;
    background-size: cover;
}

.footerTop>div:nth-child(2)>div:nth-child(3)>:hover div {
    background-image: url(../img/ficon33.png);
}

.footerTop>div:nth-child(2)>div:nth-child(4)>a>div {
    background: url(../img/ficon4.png) no-repeat;
    background-size: cover;
}

.footerTop>div:nth-child(2)>div:nth-child(4)>:hover div {
    background-image: url(../img/ficon44.png);
}

.footerTop>div:nth-child(2)>div img {
    width: 95px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.footerTop>div:nth-child(2)>div:hover p {
    color: #cccccc;
}

.footer-bottom p {
    margin-bottom: 15px;
}
